home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TMMBMPINDEXFORM / TMMBMPINDEXFORM.txt
Encoding:
Text File  |  2003-11-07  |  1.6 KB  |  82 lines

  1. object MMBMPIndexForm: TMMBMPIndexForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'BitmapIndex-Editor'
  6.   ClientHeight = 310
  7.   ClientWidth = 368
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ClientPanel: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 281
  19.     Height = 310
  20.     Align = alLeft
  21.     BevelInner = bvLowered
  22.     BevelOuter = bvNone
  23.     BorderWidth = 3
  24.     Caption = 'ClientPanel'
  25.     TabOrder = 0
  26.     object ListHeader: THeader
  27.       Left = 4
  28.       Top = 4
  29.       Width = 273
  30.       Height = 20
  31.       Align = alTop
  32.       Sections.Sections = (
  33.         #0'77'#0' ID'
  34.         #0'43'#0' Bitmap')
  35.       TabOrder = 0
  36.       OnSized = ListHeaderSized
  37.     end
  38.     object Panel4: TPanel
  39.       Left = 4
  40.       Top = 24
  41.       Width = 273
  42.       Height = 282
  43.       Align = alClient
  44.       BevelOuter = bvNone
  45.       BorderWidth = 1
  46.       Caption = 'Panel4'
  47.       TabOrder = 1
  48.       object ListBox: TListBox
  49.         Left = 1
  50.         Top = 1
  51.         Width = 271
  52.         Height = 280
  53.         Align = alClient
  54.         BorderStyle = bsNone
  55.         ItemHeight = 40
  56.         Style = lbOwnerDrawFixed
  57.         TabOrder = 0
  58.         OnDblClick = ListBoxDblClick
  59.         OnDrawItem = ListBoxDrawItem
  60.       end
  61.     end
  62.   end
  63.   object btnOK: TButton
  64.     Left = 288
  65.     Top = 4
  66.     Width = 75
  67.     Height = 23
  68.     Caption = 'OK'
  69.     ModalResult = 1
  70.     TabOrder = 1
  71.   end
  72.   object btnCancel: TButton
  73.     Left = 288
  74.     Top = 32
  75.     Width = 75
  76.     Height = 23
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 2
  80.   end
  81. end
  82.